projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c71b5d9
)
(struct buffer): New member buffer_file_coding_system.
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:11 +0000
(12:59 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 12:59:11 +0000
(12:59 +0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 0a3100ebcb3ad405a8066b5ed8061293a0ced947..3352b235b30b0f161f48b40888e545874918e529 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-389,6
+389,10
@@
struct buffer
form of characters, not a binary code. */
Lisp_Object enable_multibyte_characters;
+ /* Coding system to be used for encoding the buffer contents on
+ saving. */
+ Lisp_Object buffer_file_coding_system;
+
/* List of symbols naming the file format used for visited file. */
Lisp_Object file_format;